﻿2026-06-21T05:16:20.5297691Z Current runner version: '2.335.1'
2026-06-21T05:16:20.5302532Z Runner name: 'kitsubito'
2026-06-21T05:16:20.5303052Z Runner group name: 'Default'
2026-06-21T05:16:20.5303710Z Machine name: 'KITSUBITO'
2026-06-21T05:16:20.5305642Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T05:16:20.5307517Z Contents: read
2026-06-21T05:16:20.5307923Z Metadata: read
2026-06-21T05:16:20.5308304Z Packages: read
2026-06-21T05:16:20.5308685Z ##[endgroup]
2026-06-21T05:16:20.5310392Z Secret source: Actions
2026-06-21T05:16:20.5310910Z Prepare workflow directory
2026-06-21T05:16:20.5660792Z Prepare all required actions
2026-06-21T05:16:20.5689299Z Getting action download info
2026-06-21T05:16:20.9111163Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T05:16:21.4498088Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-21T05:16:21.5341035Z ##[group]Run actions/checkout@v5
2026-06-21T05:16:21.5341784Z with:
2026-06-21T05:16:21.5342149Z   fetch-depth: 0
2026-06-21T05:16:21.5342580Z   repository: SaberMage/spt-core
2026-06-21T05:16:21.5346062Z   token: ***
2026-06-21T05:16:21.5346420Z   ssh-strict: true
2026-06-21T05:16:21.5346786Z   ssh-user: git
2026-06-21T05:16:21.5347157Z   persist-credentials: true
2026-06-21T05:16:21.5347578Z   clean: true
2026-06-21T05:16:21.5347955Z   sparse-checkout-cone-mode: true
2026-06-21T05:16:21.5348394Z   fetch-tags: false
2026-06-21T05:16:21.5348766Z   show-progress: true
2026-06-21T05:16:21.5349253Z   lfs: false
2026-06-21T05:16:21.5349597Z   submodules: false
2026-06-21T05:16:21.5349961Z   set-safe-directory: true
2026-06-21T05:16:21.5350580Z ##[endgroup]
2026-06-21T05:16:21.6141767Z Syncing repository: SaberMage/spt-core
2026-06-21T05:16:21.6143348Z ##[group]Getting Git version info
2026-06-21T05:16:21.6144062Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T05:16:21.6144934Z [command]/usr/bin/git version
2026-06-21T05:16:21.6145363Z git version 2.43.0
2026-06-21T05:16:21.6193891Z ##[endgroup]
2026-06-21T05:16:21.6205736Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/53606c6f-5e23-4a0b-bdc7-47d18cfe0f46' before making global git config changes
2026-06-21T05:16:21.6207423Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T05:16:21.6208777Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T05:16:21.6241644Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T05:16:21.6259527Z https://github.com/SaberMage/spt-core
2026-06-21T05:16:21.6268886Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T05:16:21.6271450Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T05:16:21.6289290Z HEAD
2026-06-21T05:16:21.6319349Z ##[endgroup]
2026-06-21T05:16:21.6322732Z [command]/usr/bin/git submodule status
2026-06-21T05:16:21.6503256Z ##[group]Cleaning the repository
2026-06-21T05:16:21.6505847Z [command]/usr/bin/git clean -ffdx
2026-06-21T05:16:21.6535045Z Removing traceable-reqs
2026-06-21T05:16:21.6541841Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T05:16:21.6586501Z HEAD is now at d0467b6ac Merge 18416fd8accc291c428791c9e14a1089e267c9a8 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T05:16:21.6591403Z ##[endgroup]
2026-06-21T05:16:21.6593140Z ##[group]Disabling automatic garbage collection
2026-06-21T05:16:21.6596389Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T05:16:21.6618496Z ##[endgroup]
2026-06-21T05:16:21.6619394Z ##[group]Setting up auth
2026-06-21T05:16:21.6623804Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T05:16:21.6647339Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T05:16:21.6841284Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T05:16:21.6866096Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T05:16:21.7049501Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T05:16:21.7074698Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T05:16:21.7263665Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T05:16:21.7293486Z ##[endgroup]
2026-06-21T05:16:21.7294236Z ##[group]Fetching the repository
2026-06-21T05:16:21.7301236Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +d0467b6acb509760850c605533f294d4b989d0b5:refs/remotes/pull/26/merge
2026-06-21T05:16:22.2983717Z From https://github.com/SaberMage/spt-core
2026-06-21T05:16:22.2984817Z    bfe760e24..18416fd8a  v0.13.0-delivery-control -> origin/v0.13.0-delivery-control
2026-06-21T05:16:22.2985866Z    bfe760e24..18416fd8a  v0.13.0-p1b-ack-deadlock -> origin/v0.13.0-p1b-ack-deadlock
2026-06-21T05:16:22.3013289Z ##[endgroup]
2026-06-21T05:16:22.3014263Z ##[group]Determining the checkout info
2026-06-21T05:16:22.3015275Z ##[endgroup]
2026-06-21T05:16:22.3018647Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T05:16:22.3054610Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T05:16:22.3078611Z ##[group]Checking out the ref
2026-06-21T05:16:22.3080616Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T05:16:22.3120537Z HEAD is now at d0467b6ac Merge 18416fd8accc291c428791c9e14a1089e267c9a8 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T05:16:22.3124731Z ##[endgroup]
2026-06-21T05:16:22.3157901Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T05:16:22.3181102Z d0467b6acb509760850c605533f294d4b989d0b5
2026-06-21T05:16:22.3355326Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T05:16:22.3356180Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T05:16:22.3371847Z shell: /usr/bin/bash -e {0}
2026-06-21T05:16:22.3372319Z ##[endgroup]
2026-06-21T05:16:22.3485303Z ##[group]Run set -euo pipefail
2026-06-21T05:16:22.3485875Z [36;1mset -euo pipefail[0m
2026-06-21T05:16:22.3486313Z [36;1mPIN=0c95435[0m
2026-06-21T05:16:22.3486741Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T05:16:22.3487241Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T05:16:22.3487870Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T05:16:22.3488638Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T05:16:22.3489502Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T05:16:22.3490162Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T05:16:22.3490628Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T05:16:22.3491158Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T05:16:22.3491799Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T05:16:22.3492475Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T05:16:22.3492941Z [36;1mfi[0m
2026-06-21T05:16:22.3493490Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T05:16:22.3507889Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T05:16:22.3508443Z env:
2026-06-21T05:16:22.3508838Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T05:16:22.3509383Z ##[endgroup]
2026-06-21T05:16:22.6552356Z    Compiling proc-macro2 v1.0.106
2026-06-21T05:16:22.6553615Z    Compiling quote v1.0.45
2026-06-21T05:16:22.6554398Z    Compiling unicode-ident v1.0.24
2026-06-21T05:16:22.6555704Z    Compiling libc v0.2.186
2026-06-21T05:16:22.6556529Z    Compiling serde_core v1.0.228
2026-06-21T05:16:22.6557305Z    Compiling cfg-if v1.0.4
2026-06-21T05:16:22.6557929Z    Compiling serde v1.0.228
2026-06-21T05:16:22.6615631Z    Compiling log v0.4.32
2026-06-21T05:16:22.6682335Z    Compiling pin-project-lite v0.2.17
2026-06-21T05:16:22.6683626Z    Compiling typenum v1.20.1
2026-06-21T05:16:22.6684995Z    Compiling portable-atomic v1.13.1
2026-06-21T05:16:22.6686086Z    Compiling memchr v2.8.1
2026-06-21T05:16:22.6781098Z    Compiling version_check v0.9.5
2026-06-21T05:16:22.6832231Z    Compiling critical-section v1.2.0
2026-06-21T05:16:22.6858136Z    Compiling shlex v2.0.1
2026-06-21T05:16:22.7375817Z    Compiling find-msvc-tools v0.1.9
2026-06-21T05:16:22.7728804Z    Compiling subtle v2.6.1
2026-06-21T05:16:22.7833480Z    Compiling futures-core v0.3.32
2026-06-21T05:16:22.8461024Z    Compiling bytes v1.11.1
2026-06-21T05:16:22.8771851Z    Compiling smallvec v1.15.1
2026-06-21T05:16:22.9362437Z    Compiling equivalent v1.0.2
2026-06-21T05:16:22.9424215Z    Compiling itoa v1.0.18
2026-06-21T05:16:22.9764100Z    Compiling semver v1.0.28
2026-06-21T05:16:23.0141344Z    Compiling stable_deref_trait v1.2.1
2026-06-21T05:16:23.0241429Z    Compiling slab v0.4.12
2026-06-21T05:16:23.0460511Z    Compiling generic-array v0.14.7
2026-06-21T05:16:23.0581006Z    Compiling futures-io v0.3.32
2026-06-21T05:16:23.0717461Z    Compiling futures-sink v0.3.32
2026-06-21T05:16:23.0941052Z    Compiling futures-task v0.3.32
2026-06-21T05:16:23.1421606Z    Compiling futures-channel v0.3.32
2026-06-21T05:16:23.1552261Z    Compiling rustversion v1.0.22
2026-06-21T05:16:23.2171911Z    Compiling hashbrown v0.17.1
2026-06-21T05:16:23.2622404Z    Compiling rustc_version v0.4.1
2026-06-21T05:16:23.2721687Z    Compiling bitflags v2.12.1
2026-06-21T05:16:23.2752145Z    Compiling cpufeatures v0.2.17
2026-06-21T05:16:23.2821668Z    Compiling fnv v1.0.7
2026-06-21T05:16:23.2961888Z    Compiling cfg_aliases v0.2.1
2026-06-21T05:16:23.3494837Z    Compiling strsim v0.11.1
2026-06-21T05:16:23.3612170Z    Compiling rand_core v0.10.1
2026-06-21T05:16:23.3672232Z    Compiling litemap v0.8.2
2026-06-21T05:16:23.3821467Z    Compiling writeable v0.6.3
2026-06-21T05:16:23.3928793Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T05:16:23.5297503Z    Compiling fs_extra v1.3.0
2026-06-21T05:16:23.5447569Z    Compiling getrandom v0.4.2
2026-06-21T05:16:23.5891348Z    Compiling utf8_iter v1.0.4
2026-06-21T05:16:23.6180982Z    Compiling icu_properties_data v2.2.0
2026-06-21T05:16:23.6484669Z    Compiling dunce v1.0.5
2026-06-21T05:16:23.6538844Z    Compiling ident_case v1.0.1
2026-06-21T05:16:23.7541478Z    Compiling autocfg v1.5.1
2026-06-21T05:16:23.7670767Z    Compiling percent-encoding v2.3.2
2026-06-21T05:16:23.8170773Z    Compiling http v1.4.1
2026-06-21T05:16:23.8190698Z    Compiling aws-lc-rs v1.17.0
2026-06-21T05:16:23.8630852Z    Compiling unicode-segmentation v1.13.3
2026-06-21T05:16:23.8910949Z    Compiling thiserror v2.0.18
2026-06-21T05:16:23.9038850Z    Compiling cpufeatures v0.3.0
2026-06-21T05:16:24.0160931Z    Compiling indexmap v2.14.0
2026-06-21T05:16:24.0264414Z    Compiling scopeguard v1.2.0
2026-06-21T05:16:24.0440049Z    Compiling chacha20 v0.10.0
2026-06-21T05:16:24.0590884Z    Compiling form_urlencoded v1.2.2
2026-06-21T05:16:24.0817614Z    Compiling untrusted v0.9.0
2026-06-21T05:16:24.1069895Z    Compiling lock_api v0.4.14
2026-06-21T05:16:24.2150835Z    Compiling heck v0.5.0
2026-06-21T05:16:24.2581366Z    Compiling syn v2.0.117
2026-06-21T05:16:24.2680779Z    Compiling rustls v0.23.40
2026-06-21T05:16:24.3000533Z    Compiling anyhow v1.0.102
2026-06-21T05:16:24.3306032Z    Compiling atomic-waker v1.1.2
2026-06-21T05:16:24.3400997Z    Compiling unicode-xid v0.2.6
2026-06-21T05:16:24.3997874Z    Compiling convert_case v0.10.0
2026-06-21T05:16:24.4065376Z    Compiling const-oid v0.10.2
2026-06-21T05:16:24.4330509Z    Compiling httparse v1.10.1
2026-06-21T05:16:24.4538698Z    Compiling zerocopy v0.8.50
2026-06-21T05:16:24.4606771Z    Compiling parking_lot_core v0.9.12
2026-06-21T05:16:24.4671553Z    Compiling paste v1.0.15
2026-06-21T05:16:24.4867784Z    Compiling num-traits v0.2.19
2026-06-21T05:16:24.4967914Z    Compiling hybrid-array v0.4.12
2026-06-21T05:16:24.6483822Z    Compiling curve25519-dalek v4.1.3
2026-06-21T05:16:24.6691195Z    Compiling jobserver v0.1.34
2026-06-21T05:16:24.7392384Z    Compiling ahash v0.8.12
2026-06-21T05:16:24.7500472Z    Compiling powerfmt v0.2.0
2026-06-21T05:16:24.7800953Z    Compiling either v1.16.0
2026-06-21T05:16:24.8061341Z    Compiling base64ct v1.8.3
2026-06-21T05:16:24.8280379Z    Compiling fastrand v2.4.1
2026-06-21T05:16:24.9010612Z    Compiling http-body v1.0.1
2026-06-21T05:16:24.9243903Z    Compiling crypto-common v0.1.7
2026-06-21T05:16:24.9541411Z    Compiling block-buffer v0.10.4
2026-06-21T05:16:24.9778422Z    Compiling deranged v0.5.8
2026-06-21T05:16:24.9940591Z    Compiling cc v1.2.63
2026-06-21T05:16:25.0580529Z    Compiling digest v0.10.7
2026-06-21T05:16:25.0754956Z    Compiling time-core v0.1.8
2026-06-21T05:16:25.1932264Z    Compiling zmij v1.0.21
2026-06-21T05:16:25.2019410Z    Compiling tower-service v0.3.3
2026-06-21T05:16:25.2233174Z    Compiling pkg-config v0.3.33
2026-06-21T05:16:25.2253927Z    Compiling data-encoding v2.11.0
2026-06-21T05:16:25.2425399Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T05:16:25.2960793Z    Compiling try-lock v0.2.5
2026-06-21T05:16:25.3028493Z    Compiling base64 v0.22.1
2026-06-21T05:16:25.3190645Z    Compiling vcpkg v0.2.15
2026-06-21T05:16:25.4040860Z    Compiling mio v1.2.1
2026-06-21T05:16:25.4621111Z    Compiling socket2 v0.6.4
2026-06-21T05:16:25.4750418Z    Compiling getrandom v0.2.17
2026-06-21T05:16:25.6400740Z    Compiling tinyvec_macros v0.1.1
2026-06-21T05:16:25.7120714Z    Compiling rand_core v0.6.4
2026-06-21T05:16:25.7160426Z    Compiling rand v0.10.1
2026-06-21T05:16:25.7190762Z    Compiling num-conv v0.2.2
2026-06-21T05:16:25.7470680Z    Compiling tinyvec v1.11.0
2026-06-21T05:16:25.8170947Z    Compiling want v0.3.1
2026-06-21T05:16:25.9020157Z    Compiling parking_lot v0.12.5
2026-06-21T05:16:25.9320597Z    Compiling sha2 v0.10.9
2026-06-21T05:16:25.9576941Z    Compiling crypto-common v0.2.2
2026-06-21T05:16:25.9655092Z    Compiling block-buffer v0.12.0
2026-06-21T05:16:26.1440503Z    Compiling inout v0.1.4
2026-06-21T05:16:26.2410661Z    Compiling cmake v0.1.58
2026-06-21T05:16:26.2471157Z    Compiling vergen-lib v9.1.0
2026-06-21T05:16:26.2630773Z    Compiling n0-future v0.3.2
2026-06-21T05:16:26.2790768Z    Compiling winnow v1.0.3
2026-06-21T05:16:26.3717912Z    Compiling spin v0.10.0
2026-06-21T05:16:26.3978069Z    Compiling diatomic-waker v0.2.3
2026-06-21T05:16:26.4160949Z    Compiling crossbeam-utils v0.8.21
2026-06-21T05:16:26.4646429Z    Compiling parking v2.2.1
2026-06-21T05:16:26.4711572Z    Compiling cordyceps v0.3.4
2026-06-21T05:16:26.5020732Z    Compiling signature v2.2.0
2026-06-21T05:16:26.5320900Z    Compiling serde_json v1.0.150
2026-06-21T05:16:26.5351277Z    Compiling httpdate v1.0.3
2026-06-21T05:16:26.5861002Z    Compiling futures-lite v2.6.1
2026-06-21T05:16:26.6080924Z    Compiling ed25519 v2.2.3
2026-06-21T05:16:26.6650916Z    Compiling cipher v0.4.4
2026-06-21T05:16:26.7141984Z    Compiling netlink-packet-core v0.8.1
2026-06-21T05:16:26.7600604Z    Compiling universal-hash v0.5.1
2026-06-21T05:16:26.8208651Z    Compiling vergen v9.1.0
2026-06-21T05:16:26.8331119Z    Compiling futures-buffered v0.2.13
2026-06-21T05:16:26.8508323Z    Compiling vergen-lib v0.1.6
2026-06-21T05:16:26.8613527Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T05:16:26.8650464Z    Compiling heapless v0.7.17
2026-06-21T05:16:26.9180985Z    Compiling digest v0.11.3
2026-06-21T05:16:26.9320742Z    Compiling noq-udp v0.10.0
2026-06-21T05:16:26.9693038Z    Compiling sync_wrapper v1.0.2
2026-06-21T05:16:26.9981083Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T05:16:27.0348466Z    Compiling allocator-api2 v0.2.21
2026-06-21T05:16:27.0461279Z    Compiling opaque-debug v0.3.1
2026-06-21T05:16:27.0680375Z    Compiling byteorder v1.5.0
2026-06-21T05:16:27.1050744Z    Compiling polyval v0.6.2
2026-06-21T05:16:27.1357430Z    Compiling aws-lc-sys v0.41.0
2026-06-21T05:16:27.1410660Z    Compiling ring v0.17.14
2026-06-21T05:16:27.1500618Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T05:16:27.2910834Z    Compiling hash32 v0.2.1
2026-06-21T05:16:27.3010925Z    Compiling spin v0.9.8
2026-06-21T05:16:27.3231855Z    Compiling vergen-gitcl v1.0.8
2026-06-21T05:16:27.3601189Z    Compiling signature v3.0.0
2026-06-21T05:16:27.3840284Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T05:16:27.4860762Z    Compiling fallible-iterator v0.3.0
2026-06-21T05:16:27.5096228Z    Compiling tower-layer v0.3.3
2026-06-21T05:16:27.5279261Z    Compiling num_threads v0.1.7
2026-06-21T05:16:27.5441597Z    Compiling ryu v1.0.23
2026-06-21T05:16:27.5639817Z    Compiling ghash v0.5.1
2026-06-21T05:16:27.5770812Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T05:16:27.5840576Z    Compiling ctr v0.9.2
2026-06-21T05:16:27.6734728Z    Compiling time v0.3.47
2026-06-21T05:16:27.6921051Z    Compiling aes v0.8.4
2026-06-21T05:16:27.7132987Z    Compiling fs2 v0.4.3
2026-06-21T05:16:27.7455216Z    Compiling aead v0.5.2
2026-06-21T05:16:27.7800242Z    Compiling http-body-util v0.1.3
2026-06-21T05:16:27.8718485Z    Compiling openssl-probe v0.2.1
2026-06-21T05:16:27.8870446Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T05:16:27.8932288Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T05:16:27.9243691Z    Compiling crossbeam-channel v0.5.15
2026-06-21T05:16:28.0390332Z    Compiling blake3 v1.8.5
2026-06-21T05:16:28.0510916Z    Compiling netlink-packet-route v0.29.0
2026-06-21T05:16:28.0790600Z    Compiling uuid v1.23.2
2026-06-21T05:16:28.2980534Z    Compiling memoffset v0.6.5
2026-06-21T05:16:28.3200242Z    Compiling aes-gcm v0.10.3
2026-06-21T05:16:28.3780812Z    Compiling acto v0.8.2
2026-06-21T05:16:28.4980526Z    Compiling noq v0.18.0
2026-06-21T05:16:28.5370529Z    Compiling netwatch v0.16.0
2026-06-21T05:16:28.5940109Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T05:16:28.6041285Z    Compiling foldhash v0.2.0
2026-06-21T05:16:28.6200673Z    Compiling thiserror v1.0.69
2026-06-21T05:16:28.6667659Z    Compiling identity-hash v0.1.0
2026-06-21T05:16:28.7540958Z    Compiling rustix v1.1.4
2026-06-21T05:16:28.7665265Z    Compiling mac-addr v0.3.0
2026-06-21T05:16:28.7811213Z    Compiling ref-cast v1.0.25
2026-06-21T05:16:28.7881599Z    Compiling tagptr v0.2.0
2026-06-21T05:16:28.8395418Z    Compiling lru-slab v0.1.2
2026-06-21T05:16:28.8914034Z    Compiling rustc-hash v2.1.2
2026-06-21T05:16:28.9314679Z    Compiling xml-rs v0.8.28
2026-06-21T05:16:28.9463064Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T05:16:29.0410155Z    Compiling hashbrown v0.16.1
2026-06-21T05:16:29.1059350Z    Compiling netlink-packet-route v0.30.0
2026-06-21T05:16:29.1557798Z    Compiling serial-core v0.4.0
2026-06-21T05:16:29.2160133Z    Compiling termios v0.2.2
2026-06-21T05:16:29.2612668Z    Compiling ioctl-rs v0.1.6
2026-06-21T05:16:29.3302241Z    Compiling errno v0.3.14
2026-06-21T05:16:29.3560995Z    Compiling simple-dns v0.9.3
2026-06-21T05:16:29.3562649Z    Compiling aho-corasick v1.1.4
2026-06-21T05:16:29.4800499Z    Compiling proc-macro-crate v3.5.0
2026-06-21T05:16:29.6707928Z    Compiling synstructure v0.13.2
2026-06-21T05:16:29.8088471Z    Compiling darling_core v0.20.11
2026-06-21T05:16:29.8605605Z    Compiling xmltree v0.10.3
2026-06-21T05:16:29.8805404Z    Compiling serde_derive_internals v0.29.1
2026-06-21T05:16:29.9440887Z    Compiling linux-raw-sys v0.12.1
2026-06-21T05:16:30.0121153Z    Compiling simdutf8 v0.1.5
2026-06-21T05:16:30.0800868Z    Compiling regex-syntax v0.8.10
2026-06-21T05:16:30.2346358Z    Compiling signal-hook v0.3.18
2026-06-21T05:16:30.3166514Z    Compiling toml_write v0.1.2
2026-06-21T05:16:30.4050478Z    Compiling constant_time_eq v0.4.2
2026-06-21T05:16:30.4440951Z    Compiling arrayref v0.3.9
2026-06-21T05:16:30.4480720Z    Compiling sha1_smol v1.0.1
2026-06-21T05:16:30.5171058Z    Compiling smol_str v0.1.24
2026-06-21T05:16:30.5550752Z    Compiling resolv-conf v0.7.6
2026-06-21T05:16:30.6180859Z    Compiling winnow v0.7.15
2026-06-21T05:16:30.6286874Z    Compiling arrayvec v0.7.6
2026-06-21T05:16:30.7310011Z    Compiling lru v0.16.4
2026-06-21T05:16:30.9156499Z    Compiling darling_core v0.23.0
2026-06-21T05:16:31.0081015Z    Compiling signal-hook-registry v1.4.8
2026-06-21T05:16:31.0561044Z    Compiling serial-unix v0.4.0
2026-06-21T05:16:31.3680932Z    Compiling serde_bytes v0.11.19
2026-06-21T05:16:31.4123712Z    Compiling seize v0.5.1
2026-06-21T05:16:31.6110893Z    Compiling hmac v0.12.1
2026-06-21T05:16:31.6170642Z    Compiling iroh v0.98.2
2026-06-21T05:16:31.7181114Z    Compiling cmov v0.5.4
2026-06-21T05:16:31.7330852Z    Compiling serde_derive v1.0.228
2026-06-21T05:16:31.8354021Z    Compiling zeroize_derive v1.4.3
2026-06-21T05:16:31.9211799Z    Compiling tokio-macros v2.7.0
2026-06-21T05:16:31.9470537Z    Compiling futures-macro v0.3.32
2026-06-21T05:16:32.0278114Z    Compiling zerofrom-derive v0.1.7
2026-06-21T05:16:32.4698566Z    Compiling zeroize v1.8.2
2026-06-21T05:16:32.6920147Z    Compiling yoke-derive v0.8.2
2026-06-21T05:16:32.7069834Z    Compiling tokio v1.52.3
2026-06-21T05:16:32.7898366Z    Compiling futures-util v0.3.32
2026-06-21T05:16:32.8864251Z    Compiling zerovec-derive v0.11.3
2026-06-21T05:16:33.0279579Z    Compiling displaydoc v0.2.6
2026-06-21T05:16:33.0496999Z    Compiling tracing-attributes v0.1.31
2026-06-21T05:16:33.3354120Z    Compiling zerofrom v0.1.8
2026-06-21T05:16:33.5146142Z    Compiling rustls-pki-types v1.14.1
2026-06-21T05:16:33.6510493Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T05:16:33.7200350Z    Compiling thiserror-impl v2.0.18
2026-06-21T05:16:33.8337480Z    Compiling yoke v0.8.3
2026-06-21T05:16:34.0942277Z    Compiling zerotrie v0.2.4
2026-06-21T05:16:34.1189031Z    Compiling darling_macro v0.20.11
2026-06-21T05:16:34.2298890Z    Compiling zerovec v0.11.6
2026-06-21T05:16:34.3621252Z    Compiling derive_more-impl v2.1.1
2026-06-21T05:16:34.3686046Z    Compiling n0-error-macros v0.1.3
2026-06-21T05:16:34.3865958Z    Compiling spez v0.1.2
2026-06-21T05:16:34.4980740Z    Compiling darling v0.20.11
2026-06-21T05:16:34.5610331Z    Compiling derive_builder_core v0.20.2
2026-06-21T05:16:34.5690318Z    Compiling der v0.8.0-rc.10
2026-06-21T05:16:34.7674689Z    Compiling pin-project-internal v1.1.13
2026-06-21T05:16:35.2280555Z    Compiling tinystr v0.8.3
2026-06-21T05:16:35.5054560Z    Compiling icu_locale_core v2.2.0
2026-06-21T05:16:35.5122846Z    Compiling potential_utf v0.1.5
2026-06-21T05:16:35.6049079Z    Compiling n0-error v0.1.3
2026-06-21T05:16:35.6550848Z    Compiling icu_collections v2.2.0
2026-06-21T05:16:35.7710854Z    Compiling derive_builder_macro v0.20.2
2026-06-21T05:16:36.0246452Z    Compiling ed25519-dalek v2.2.0
2026-06-21T05:16:36.1560977Z    Compiling derive_builder v0.20.2
2026-06-21T05:16:36.2703966Z    Compiling pin-project v1.1.13
2026-06-21T05:16:36.2897201Z    Compiling spki v0.8.0-rc.4
2026-06-21T05:16:36.3770021Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T05:16:36.5185154Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T05:16:36.5554593Z    Compiling cobs v0.3.0
2026-06-21T05:16:36.7200788Z    Compiling ipnet v2.12.0
2026-06-21T05:16:36.7390608Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T05:16:36.8699268Z    Compiling icu_provider v2.2.0
2026-06-21T05:16:37.2341373Z    Compiling icu_normalizer v2.2.0
2026-06-21T05:16:37.3170431Z    Compiling icu_properties v2.2.0
2026-06-21T05:16:37.3545032Z    Compiling futures-executor v0.3.32
2026-06-21T05:16:37.4225786Z    Compiling once_cell v1.21.4
2026-06-21T05:16:37.5050800Z    Compiling prefix-trie v0.8.4
2026-06-21T05:16:37.5150876Z    Compiling futures v0.3.32
2026-06-21T05:16:37.5873661Z    Compiling postcard-derive v0.2.2
2026-06-21T05:16:37.5961469Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T05:16:37.6414237Z    Compiling tracing-core v0.1.36
2026-06-21T05:16:37.9321090Z    Compiling hashbrown v0.14.5
2026-06-21T05:16:37.9620940Z    Compiling rustls-native-certs v0.8.4
2026-06-21T05:16:37.9840831Z    Compiling strum_macros v0.28.0
2026-06-21T05:16:38.0430707Z    Compiling data-encoding-macro v0.1.20
2026-06-21T05:16:38.1051543Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T05:16:38.1300663Z    Compiling async-trait v0.1.89
2026-06-21T05:16:38.2100839Z    Compiling tracing v0.1.44
2026-06-21T05:16:38.3102063Z    Compiling postcard v1.1.3
2026-06-21T05:16:38.3982245Z    Compiling num_enum_derive v0.7.6
2026-06-21T05:16:38.4610274Z    Compiling enum-assoc v1.3.0
2026-06-21T05:16:38.6000953Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T05:16:38.6032299Z    Compiling iroh-relay v0.98.0
2026-06-21T05:16:38.7704297Z    Compiling hashlink v0.9.1
2026-06-21T05:16:38.8001010Z    Compiling idna_adapter v1.2.2
2026-06-21T05:16:38.8114993Z    Compiling derive_more v2.1.1
2026-06-21T05:16:38.8201385Z    Compiling iroh-metrics v0.38.3
2026-06-21T05:16:38.9415628Z    Compiling idna v1.1.0
2026-06-21T05:16:38.9661077Z    Compiling moka v0.12.15
2026-06-21T05:16:38.9961017Z    Compiling toml_datetime v0.6.11
2026-06-21T05:16:39.0453837Z    Compiling serde_spanned v0.6.9
2026-06-21T05:16:39.0898563Z    Compiling thiserror-impl v1.0.69
2026-06-21T05:16:39.1291909Z    Compiling ref-cast-impl v1.0.25
2026-06-21T05:16:39.1700733Z    Compiling rusqlite v0.32.1
2026-06-21T05:16:39.1906747Z    Compiling webpki-roots v1.0.7
2026-06-21T05:16:39.2070357Z    Compiling regex-automata v0.4.14
2026-06-21T05:16:39.2863784Z    Compiling toml_edit v0.22.27
2026-06-21T05:16:39.3192851Z    Compiling schemars_derive v1.2.1
2026-06-21T05:16:39.3538844Z    Compiling utf8parse v0.2.2
2026-06-21T05:16:39.3770595Z    Compiling bitflags v1.3.2
2026-06-21T05:16:39.3990947Z    Compiling url v2.5.8
2026-06-21T05:16:39.4292250Z    Compiling pin-utils v0.1.0
2026-06-21T05:16:39.4395914Z    Compiling rustix v0.38.44
2026-06-21T05:16:39.5061040Z    Compiling dyn-clone v1.0.20
2026-06-21T05:16:39.5890596Z    Compiling num_enum v0.7.6
2026-06-21T05:16:39.6759379Z    Compiling nix v0.25.1
2026-06-21T05:16:39.7310520Z    Compiling anstyle-parse v1.0.0
2026-06-21T05:16:39.7738327Z    Compiling darling_macro v0.23.0
2026-06-21T05:16:39.8861853Z    Compiling ctutils v0.4.2
2026-06-21T05:16:39.9171336Z    Compiling tokio-util v0.7.18
2026-06-21T05:16:40.1362272Z    Compiling netlink-sys v0.8.8
2026-06-21T05:16:40.1467277Z    Compiling tower v0.5.3
2026-06-21T05:16:40.2771128Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T05:16:40.3041928Z    Compiling attohttpc v0.30.1
2026-06-21T05:16:40.4426881Z    Compiling netlink-proto v0.12.0
2026-06-21T05:16:40.6467060Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T05:16:40.7550923Z    Compiling netdev v0.42.0
2026-06-21T05:16:40.8600652Z    Compiling strum v0.28.0
2026-06-21T05:16:40.8736539Z    Compiling tower-http v0.6.11
2026-06-21T05:16:40.8740541Z    Compiling iroh-base v0.98.0
2026-06-21T05:16:40.9231011Z    Compiling h2 v0.4.14
2026-06-21T05:16:41.1020473Z    Compiling n0-watcher v0.6.1
2026-06-21T05:16:41.1320523Z    Compiling tokio-stream v0.1.18
2026-06-21T05:16:41.4030701Z    Compiling filedescriptor v0.8.3
2026-06-21T05:16:41.4925306Z    Compiling iroh-dns v0.98.0
2026-06-21T05:16:41.6349436Z    Compiling schemars v1.2.1
2026-06-21T05:16:41.7076659Z    Compiling backon v1.6.0
2026-06-21T05:16:41.7530773Z    Compiling hkdf v0.12.4
2026-06-21T05:16:41.7576490Z    Compiling papaya v0.2.4
2026-06-21T05:16:41.8751289Z    Compiling toml v0.8.23
2026-06-21T05:16:41.9740827Z    Compiling serial v0.4.0
2026-06-21T05:16:42.1539301Z    Compiling instability v0.3.12
2026-06-21T05:16:42.2020953Z    Compiling downcast-rs v1.2.1
2026-06-21T05:16:42.3010824Z    Compiling regex v1.12.3
2026-06-21T05:16:42.3060566Z    Compiling shell-words v1.1.1
2026-06-21T05:16:42.3263061Z    Compiling linux-raw-sys v0.4.15
2026-06-21T05:16:42.4563606Z    Compiling anstyle v1.0.14
2026-06-21T05:16:42.4800672Z    Compiling colorchoice v1.0.5
2026-06-21T05:16:42.5413022Z    Compiling foldhash v0.1.5
2026-06-21T05:16:42.5720619Z    Compiling anstyle-query v1.1.5
2026-06-21T05:16:42.6680633Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T05:16:42.7141236Z    Compiling hashbrown v0.15.5
2026-06-21T05:16:42.7230804Z    Compiling signal-hook-mio v0.2.5
2026-06-21T05:16:42.7899855Z    Compiling anstream v1.0.0
2026-06-21T05:16:42.8501281Z    Compiling spake2 v0.4.0
2026-06-21T05:16:42.9110988Z    Compiling darling v0.23.0
2026-06-21T05:16:42.9804532Z    Compiling terminal_size v0.4.4
2026-06-21T05:16:43.0138565Z    Compiling strum_macros v0.26.4
2026-06-21T05:16:43.1240640Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T05:16:43.1727076Z    Compiling sha1 v0.10.6
2026-06-21T05:16:43.2104432Z    Compiling itertools v0.13.0
2026-06-21T05:16:43.4720928Z    Compiling castaway v0.2.4
2026-06-21T05:16:43.4938070Z    Compiling static_assertions v1.1.0
2026-06-21T05:16:43.5771275Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T05:16:43.5825455Z    Compiling clap_lex v1.1.0
2026-06-21T05:16:43.8600546Z    Compiling portable-pty v0.8.1
2026-06-21T05:16:43.8773557Z    Compiling indoc v2.0.7
2026-06-21T05:16:44.0081117Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T05:16:44.1657990Z    Compiling doctest-file v1.1.1
2026-06-21T05:16:44.3346757Z    Compiling unicode-width v0.1.14
2026-06-21T05:16:44.4671578Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T05:16:44.6800812Z    Compiling interprocess v2.4.2
2026-06-21T05:16:44.7495584Z    Compiling clap_builder v4.6.0
2026-06-21T05:16:45.0340798Z    Compiling crossterm v0.28.1
2026-06-21T05:16:45.1912981Z    Compiling unicode-truncate v1.1.0
2026-06-21T05:16:45.2360479Z    Compiling compact_str v0.8.2
2026-06-21T05:16:45.3091095Z    Compiling lru v0.12.5
2026-06-21T05:16:45.3221229Z    Compiling clap_derive v4.6.1
2026-06-21T05:16:45.3843322Z    Compiling strum v0.26.3
2026-06-21T05:16:45.4010689Z    Compiling cassowary v0.3.0
2026-06-21T05:16:45.4828268Z    Compiling unicode-width v0.2.0
2026-06-21T05:16:45.4961010Z    Compiling iana-time-zone v0.1.65
2026-06-21T05:16:45.7143008Z    Compiling chrono v0.4.45
2026-06-21T05:16:45.8220737Z    Compiling nucleo-matcher v0.3.1
2026-06-21T05:16:45.8286254Z    Compiling qrcode v0.14.1
2026-06-21T05:16:45.8781911Z    Compiling tempfile v3.27.0
2026-06-21T05:16:46.2110534Z    Compiling ratatui v0.29.0
2026-06-21T05:16:46.8200653Z    Compiling hyper v1.10.1
2026-06-21T05:16:46.9248187Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T05:16:47.7449998Z    Compiling clap v4.6.1
2026-06-21T05:16:48.5940764Z    Compiling hyper-util v0.1.20
2026-06-21T05:16:50.2393107Z    Compiling igd-next v0.17.1
2026-06-21T05:16:51.2113865Z    Compiling portmapper v0.16.0
2026-06-21T05:16:55.2702932Z    Compiling rustls-webpki v0.103.13
2026-06-21T05:16:58.4899812Z    Compiling tokio-rustls v0.26.4
2026-06-21T05:16:58.4902426Z    Compiling noq-proto v0.17.0
2026-06-21T05:16:58.4902745Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T05:16:58.6283170Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T05:16:58.6283856Z    Compiling hyper-rustls v0.27.9
2026-06-21T05:16:58.6284429Z    Compiling tokio-websockets v0.13.2
2026-06-21T05:16:58.7522201Z    Compiling reqwest v0.13.4
2026-06-21T05:16:59.6744878Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T05:17:13.2800868Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T05:17:14.6548572Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T05:17:21.9244661Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T05:17:25.5977143Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 03s
2026-06-21T05:17:25.6200121Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T05:17:25.6213011Z 
2026-06-21T05:17:25.6213248Z running 1 test
2026-06-21T05:17:31.8085484Z test new_brain_serves_against_old_broker ... ok
2026-06-21T05:17:31.8085752Z 
2026-06-21T05:17:31.8086028Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T05:17:31.8086372Z 
2026-06-21T05:17:31.8302943Z Post job cleanup.
2026-06-21T05:17:31.8965311Z [command]/usr/bin/git version
2026-06-21T05:17:31.8996263Z git version 2.43.0
2026-06-21T05:17:31.9025979Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d9cef69d-2975-473b-8e97-06b3fa4e75c6' before making global git config changes
2026-06-21T05:17:31.9026675Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T05:17:31.9029458Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T05:17:31.9057182Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T05:17:31.9081368Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T05:17:31.9266578Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T05:17:31.9285225Z http.https://github.com/.extraheader
2026-06-21T05:17:31.9292181Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T05:17:31.9315914Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T05:17:31.9503507Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T05:17:31.9528618Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T05:17:31.9841783Z Cleaning up orphan processes
2026-06-21T05:17:32.0377676Z Terminate orphan process: pid (3321540) (spt)
